home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / lcppb.zip / LCPP09.ZIP / SUBBUG.CPP < prev    next >
C/C++ Source or Header  |  1991-07-08  |  370b  |  18 lines

  1. // subbug.cpp -- Sub module for mainbug.cpp
  2.  
  3. //#include <stream.hpp>
  4. #include <iostream.h>
  5.  
  6. void fn(char *string)
  7. {
  8.   cout << "\nstring = " << string;
  9. }
  10.  
  11.  
  12. // Copyright (c) 1990 by Tom Swan. All rights reserved
  13. // Revision 1.00    Date: 11/22/1990   Time: 09:52 am
  14.  
  15. // Revision 1.01    Date: 07/08/1991   Time: 05:41 pm
  16. // Converted for Borland C++ 2.0
  17.  
  18.